Remove ucs-set-table-for-input dead code
authorGlenn Morris <rgm@gnu.org>
Mon, 9 Apr 2012 00:58:00 +0000 (17:58 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 9 Apr 2012 00:58:00 +0000 (17:58 -0700)
commit00b948d2251568c34c70ac04a481664e043af38c
tree4f1c91dc4cc6fad0e17b7f241f1ddcdaf4c77ca6
parent1667d2ee698ffdabe2a6a46d6f5e7e14117b572a
Remove ucs-set-table-for-input dead code
This function was removed with ucs-tables.el in 2008.

* lisp/international/mule-cmds.el (set-default-coding-systems):
* lisp/files.el (normal-mode):
Remove guarded calls to ucs-set-table-for-input.

* src/buffer.c (Qucs_set_table_for_input): Remove.
(Fget_buffer_create): Don't call Qucs_set_table_for_input.
(init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input.
lisp/ChangeLog
lisp/files.el
lisp/international/mule-cmds.el
src/ChangeLog
src/buffer.c